}
if (person.getEmail() != null) {
ContainerTag email = div().withText(person.getEmail()).withClass("ui row").attr("style", "padding:0px;");
centeredGrid.with(email);
}
}
if (person.getEmail() != null) {
ContainerTag email = div().withText(person.getEmail()).withClass("ui center aligned column regularText");
centeredGrid.with(email);
}